projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc11c86
)
deploy: Remove deployment root print
author
Colin Walters
<walters@verbum.org>
Sat, 24 May 2014 16:30:56 +0000
(12:30 -0400)
committer
Colin Walters
<walters@verbum.org>
Sat, 24 May 2014 16:30:56 +0000
(12:30 -0400)
It doesn't look very professional; in the future though we should have
a progress bar here or something.
src/libostree/ostree-sysroot-deploy.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sysroot-deploy.c
b/src/libostree/ostree-sysroot-deploy.c
index 04e6dbcdd399b468da62eedfcc0e6ed2d621d6ec..abd12291d4f294b9877a0433de433f816ca60b8a 100644
(file)
--- a/
src/libostree/ostree-sysroot-deploy.c
+++ b/
src/libostree/ostree-sysroot-deploy.c
@@
-515,9
+515,6
@@
checkout_deployment_tree (OstreeSysroot *sysroot,
if (!ot_util_ensure_directory_and_fsync (deploy_parent, cancellable, error))
goto out;
- g_print ("ostadmin: Creating deployment %s\n",
- gs_file_get_path_cached (deploy_target_path));
-
if (!ostree_repo_checkout_tree (repo, 0, 0, deploy_target_path, OSTREE_REPO_FILE (root),
file_info, cancellable, error))
goto out;